Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/065-hangman game/

index.html /cody/solygambas/html-css-javascript-projects/065-hangman game/index.html
362 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/solygambas/html-css-javascript-projects/065-hangman game/script.js
231 Views
0 Comments
const wordElement = document.getElementById("word");
const wrongLettersElement = document.getElementById("wrong-letters");
const
style.css /cody/solygambas/html-css-javascript-projects/065-hangman game/style.css
174 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&display=swap");

:root {
--primary-color: #1f2f61;
--secon